object Form35: TForm35 Left = 150 Top = 190 ActiveControl = Edit1 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Anchor' ClientHeight = 113 ClientWidth = 355 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 24 Width = 68 Height = 13 Caption = 'Anchor Name:' end object Label2: TLabel Left = 32 Top = 56 Width = 56 Height = 13 Caption = 'Description:' end object Image1: TImage Left = 8 Top = 24 Width = 14 Height = 14 AutoSize = True Picture.Data = {} end object Edit1: TEdit Left = 104 Top = 16 Width = 233 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 104 Top = 48 Width = 233 Height = 21 TabOrder = 1 end object Button1: TButton Left = 192 Top = 80 Width = 67 Height = 25 Caption = 'Ok' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 80 Width = 65 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end end